home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
glibc108.gz
/
glibc108
/
glibc-1.08.1
/
hurd
/
msgstub.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-21
|
507b
|
25 lines
#include <hurd.h>
/* XXX */
#define STUB(fn) error_t fn (mach_port_t port) { return EOPNOTSUPP; }
STUB(_S_get_init_ports)
STUB(_S_set_init_ports)
STUB(_S_get_init_port)
STUB(_S_set_init_port)
STUB(_S_get_init_ints)
STUB(_S_set_init_ints)
STUB(_S_get_init_int)
STUB(_S_set_init_int)
STUB(_S_get_dtable)
STUB(_S_set_dtable)
STUB(_S_get_fd)
STUB(_S_set_fd)
STUB(_S_get_environment)
STUB(_S_set_environment)
STUB(_S_get_env_variable)
STUB(_S_set_env_variable)
STUB(_S_io_select_done)
STUB(_S_startup_dosync)